const go/printer.inEscape

5 uses

	go/printer (current package)
		printer.go#L1201: 	inEscape        // inside text bracketed by tabwriter.Escapes
		printer.go#L1240: 				p.state = inEscape
		printer.go#L1247: 		case inEscape:
		printer.go#L1266: 				p.state = inEscape
		printer.go#L1279: 	case inEscape, inText: